home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / pdoxwin / pi1094.zip / KSDEMO.EXE / README.TXT < prev   
Text File  |  1994-09-01  |  5KB  |  164 lines

  1. ;==========================================================
  2. ; Kickstart for Paradox WORKING DEMO
  3. ; Copyright (c) 1994 Datacraft, Inc and Micah Bleecher
  4. ; All Rights Reserved
  5. ;
  6. ; Datacraft, Inc.
  7. ; Database Solutions for Today's Business
  8. ; PO Box 5645 - Deptford, New Jersey 08096
  9. ; (609)227-0202 - (609)374-1704 fax 
  10. ;
  11. ; (800)305-7830 Orders Only
  12. ;
  13. ; CIS: 76570,234 - Internet micahb@omni.voicenet.com
  14. ; Kickstart and Command Line Configuration Expert
  15. ; Royalty FREE Runtime Version............ $49.95
  16. ;   with ObjectPal Expert Source Code......$99.95
  17. ;
  18. ;   American Express - Visa - MasterCard Accepted
  19. ;
  20. ;      $ 5 S&H Continental US
  21. ;      $15 S&H International     
  22. ;
  23. ;      New Jersey Residents Add 6% Sales Tax 
  24. ;-----------------------------------------------------------
  25.  
  26. Please read this entire file before executing Kickstart.
  27.  
  28. Kickstart must be installed before using it. Please run
  29. the INSTALLK.FDL form if you have not already done so.
  30.  
  31. Kickstart is a utility with two basic components designed
  32. for developers and end users who wish to more easily configure,
  33. distribute and install their applications as icons in the 
  34. MS Windows Program Manager.
  35.  
  36. Kickstart works with both interactive and runtime versions
  37. of Paradox.
  38.  
  39. 1) Application Launching Utility
  40.  
  41.    Kickstart (KIKSTART.EXE) is a the Paradox application 
  42.    launching utility that works with Paradox versions 4.5 
  43.    and 5.0. KIKSTART.EXE may be renamed  and will look for
  44.    an INI file of the same name to read your application 
  45.    and Paradox's command line parameters
  46.  
  47. 2) Command Line Configuration Expert
  48.  
  49.    The Kickstart Command Line Configuration Expert (KSEXPERT.FDL),
  50.    walks you through the process of creating your application INI
  51.    file. It will validate file names and directories, and creates 
  52.    a new instances of KIKSTART.EXE/KIKSTART.INI and install the
  53.    instance in the MS Windows Program Manager.
  54.  
  55.    The Expert has comprehensive context sensitive on-line help 
  56.    and also allows you to edit existing INI files without over 
  57.    writing any configuration parameters that already exist.
  58.  
  59.    Kickstart is compatible with AppExpert from Farpoint Systems. 
  60.    If the installation program detects that you are running AppExpert,
  61.    it will give you the option of installing itself in one of the
  62.    User Command buttons.
  63.    
  64.  
  65. 3) Kikstart's Application Launching Features
  66.  
  67.  
  68. a)   Configuration data is stored in a simple INI file which 
  69.      is easily edited with the Notepad or the Expert. There is 
  70.      no need to edit string tables using the Resource Workshop, 
  71.      each time you need to make a change in the configuration.
  72.  
  73. b)   One version supports both Runtime and interactive versions
  74.      of Paradox (versions 4.5 or greater).
  75.  
  76. c)   Kickstart is intelligent. It will verify the existence
  77.      of paths, file names and drive space *before* making the
  78.      call to Paradox.
  79.  
  80. d)   Kickstart displays a user defined message while Paradox is
  81.      loading. 
  82.  
  83. e)   Utilizing Paradox's boot cycle behavior, Kickstart effectively
  84.      breaks through the DOS/Windows 128 character command line
  85.      limit. This will allow you to install your application with
  86.      complex parameters in deeply nested directories. 
  87.  
  88. f)   Allows for maximum flexibility in either server or peer-to-
  89.      peer network configurations. 
  90.  
  91. g)   Allows individual workstations to override private directory
  92.      and Paradox executable locations if necessary for
  93.      performance or other logistical reasons.
  94.  
  95.  
  96. 4) Sample KIKSTART.INI
  97.  
  98.  
  99. ;D:\KICKSTRT\KIKSTART.INI Created By Kickstart Expert on 09:56:15 AM, 07/31/94
  100.  
  101. [KICKSTART]
  102.  
  103. ;Full Path and Filename to either PDOXWIN.EXE or PFWRUN.EXE <SEE -l OVERRIDES>
  104. ExeFileName=C:\PDOXWIN\PDOXWIN.EXE
  105.  
  106. ;Paradox version number - 4.5 or 5.0
  107. Version=5.0
  108.  
  109. ;Startup command line flags. Recommended Flags: 
  110. Flags=-q -c -e -n
  111.  
  112. ;Path to your application's working directory
  113. workingDir=C:\PDOXWIN\CONNECT\
  114.  
  115. ;Path to Paradox's private directory. <SEE -p OVERRIDES>
  116. PrivDir=D:\PRIVATE
  117.  
  118. ;Path to your application startup script or form
  119. StartUpFile=C:\PDOXWIN\CONNECT\START.SSL
  120.  
  121. ;Full path and file name to your alternate IDAPI/ODAPI File <SEE -i OVERRIDES>
  122. idapiFile=C:\IDAPI\IDAPI.CFG
  123.  
  124.  
  125. ;Full path and file name to your pdoxwork.ini file
  126. pdoxWorkINI=
  127.  
  128. ;Full path and file name to your pdoxwin.ini file
  129. pdoxWinINI=C:\WINDOWS\PDOXWIN.INI
  130.  
  131. ;Minimum allowable drive space on the Working directory drive
  132. appSpace=500000
  133.  
  134. ;Minimum allowable drive space on the Private directory drive
  135. privSpace=500000
  136.  
  137. ;Application loading message
  138. LoadingMsg=Please Wait While the 'MyApp' Application is Loading
  139.  
  140. ;================================================
  141. ;= KIKSTART.EXE Command line overrides:         =
  142. ;================================================
  143. ; These command line paramaters override the
  144. ; configuration parameters in the INI file
  145. ;
  146. ;  -l[Exe File Path and Name]
  147. ;     Overrides ExefileName=
  148. ;
  149. ;  -p[Path to Private Directpry]
  150. ;     Overrides PrivDir=
  151. ;
  152. ;  -i[INI File Path and Name]
  153. ;     Makes KIKSTART.EXE use alternate INI file
  154. ;--------------------------------------------------
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.